home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000060_news@newsmaster….columbia.edu _Thu May 7 08:41:56 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id IAA09890
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 7 May 1998 08:41:56 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id IAA05287
  7.     for kermit.misc@watsun; Thu, 7 May 1998 08:41:55 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: File Download Display Different
  12. Date: 7 May 1998 12:41:53 GMT
  13. Organization: Columbia University
  14. Lines: 37
  15. Message-ID: <6isa6h$bio$1@apakabar.cc.columbia.edu>
  16. References: <6io9bi$mat@bgtnsc03.worldnet.att.net> <6ipqs3$rm8$1@apakabar.cc.columbia.edu> <6iqp79$55e@bgtnsc01.worldnet.att.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8712
  19.  
  20. In article <6iqp79$55e@bgtnsc01.worldnet.att.net>,
  21. Bernie  <bfb@worldnet.att.net> wrote:
  22. : Frank da Cruz wrote:
  23. : > In article <6io9bi$mat@bgtnsc03.worldnet.att.net>,
  24. : > Bernie  <bfb@worldnet.att.net> wrote:
  25. : > : At work we have C-Kermit 6.0.192 running on
  26. : > : UnixWare 2.03.  At home I have C-Kermit 6.0.192
  27. : > : running on Linux 2.0.31.  Listed below is the the screen
  28. : > : which is displayed by CKermit on UnixWare.
  29. : > : On my Linux box, there are only about three lines of
  30. : > : information displayed during file downloads.
  31. : > : Why are they so different?
  32. : > :
  33. : > It sounds like you need a manual.  File-transfer display
  34. : > options are explained on pages 183-185 of "Using C-Kermit",
  35. : > 2nd Edition:
  36. : >
  37. : >   http://www.columbia.edu/kermit/ck60.html
  38. :
  39. : I have the manual (Second editon)
  40. OK, good, the referenced pages should answer your question.
  41. Assuming your copy C-Kermit on Linux was build with curses
  42. support (you would have to go out of your way to make one
  43. that wasn't), then the most likely explanation is that your
  44. terminal type (TERM variable) is set to something that curses
  45. does not recognize.  Another might be the familiar confusion
  46. among the many and varied curses libraries that ship with Linux
  47. and consequent failure to initialize curses.  Read the Linux
  48. section of the ckermit.bwr file about this, and also see the
  49. comments accompanying the Linux entry in the makefile.
  50.  
  51. To begin debugging, tell C-Kermit to "set transfer display
  52. fullscreen" and then pay careful attention to the messages.
  53.  
  54. - Frank